int->string/hex

α


Summary

Turn α into a its **hexadecimal** string representation

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'lower-case))
(    2 ($get/val 'int->string/HEX))
(    4 ($get/val ))
(    6 ($apply 1))
(    8 ($apply 1))
(   10 ($ret))